From: Eric S. Raymond Date: Mon, 22 Mar 1993 19:23:41 +0000 (+0000) Subject: Fix a nasty bug --- the cleanup production was nuking the generated X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96743 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0d5761c4370bfe9249dceaa1caca305ab2706d4c;p=emacs.git Fix a nasty bug --- the cleanup production was nuking the generated tar file! --- diff --git a/make-dist b/make-dist index 81cd817b376..c09d7306b04 100755 --- a/make-dist +++ b/make-dist @@ -286,7 +286,7 @@ fi if [ "${clean_up}" = yes ]; then echo "Cleaning up the staging directory." - rm -rf ${tempparent} + rm -rf ${tempdir} fi ### make-dist ends here